<Code Lib>
2021 Method
Changes 0
M

PartUtils.CreateParts(Document, ICollection<ElementId>)

Description:
Creates a new set of parts out of the original elements.
Remarks:
Parts will be added to the model after regeneration.
Overloads (2):
CreateParts(Document,ICollection[ElementId])

public static void CreateParts(
	Document document,
	ICollection<ElementId> elementIds
)

Loading…